RowVisibility Property

Specifies whether a row or column is visible. The defined values are: -collapse: a row or column is not visible because the user chose to hide it. -filter: a row or column is not visible as the result of applying a filter. -visible: a row or column is visible. The default value for this attribute is visible.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public Visibility Visibility { get; set; }

Property Value

Visibility

See Also